Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore RUSTSEC-2024-0384 and RUSTSEC-2024-0388 #271

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Nov 18, 2024

error[unmaintained]: `derivative` is unmaintained; consider using an alternative
   ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:65:1
   │
65 │ derivative 2.2.0 registry+https://github.com/rust-lang/crates.io-index
   │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
   │
   ├ ID: RUSTSEC-2024-0388
   ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0388
   ├ The [`derivative`](https://crates.io/crates/derivative) crate is no longer maintained.
     Consider using any alternative, for instance:
     - [derive_more](https://crates.io/crates/derive_more)
     - [derive-where](https://crates.io/crates/derive-where)
     - [educe](https://crates.io/crates/educe)
   ├ Announcement: https://github.com/mcarton/rust-derivative/issues/117
   ├ Solution: No safe upgrade is available!
   ├ derivative v2.2.0
     └── num_enum v0.4.3
         └── ndk v0.2.1
             ├── ndk-glue v0.2.1
             │   └── winit v0.24.0
             │       └── glutin v0.26.0
             │           └── kiss3d v0.35.0
             │               └── urdf-viz v0.46.0
             │                   └── urdf-viz-wasm v0.0.0
             └── winit v0.24.0 (*)

error[unmaintained]: `instant` is unmaintained
    ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:124:1
    │
124 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index
    │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
    │
    ├ ID: RUSTSEC-2024-0384
    ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384
    ├ This crate is no longer maintained, and the author recommends using the maintained [`web-time`] crate instead.
      
      [`web-time`]: https://crates.io/crates/web-time
    ├ Solution: No safe upgrade is available!
    ├ instant v0.1.13
      ├── kiss3d v0.35.0
      │   └── urdf-viz v0.46.0
      │       └── urdf-viz-wasm v0.0.0
      ├── parking_lot v0.11.2
      │   ├── glutin v0.26.0
      │   │   └── kiss3d v0.35.0 (*)
      │   └── winit v0.24.0
      │       └── glutin v0.26.0 (*)
      ├── parking_lot_core v0.8.6
      │   └── parking_lot v0.11.2 (*)
      └── winit v0.24.0 (*)

```
error[unmaintained]: `derivative` is unmaintained; consider using an alternative
   ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:65:1
   │
65 │ derivative 2.2.0 registry+https://github.com/rust-lang/crates.io-index
   │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
   │
   ├ ID: RUSTSEC-2024-0388
   ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0388
   ├ The [`derivative`](https://crates.io/crates/derivative) crate is no longer maintained.
     Consider using any alternative, for instance:
     - [derive_more](https://crates.io/crates/derive_more)
     - [derive-where](https://crates.io/crates/derive-where)
     - [educe](https://crates.io/crates/educe)
   ├ Announcement: mcarton/rust-derivative#117
   ├ Solution: No safe upgrade is available!
   ├ derivative v2.2.0
     └── num_enum v0.4.3
         └── ndk v0.2.1
             ├── ndk-glue v0.2.1
             │   └── winit v0.24.0
             │       └── glutin v0.26.0
             │           └── kiss3d v0.35.0
             │               └── urdf-viz v0.46.0
             │                   └── urdf-viz-wasm v0.0.0
             └── winit v0.24.0 (*)

error[unmaintained]: `instant` is unmaintained
    ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:124:1
    │
124 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index
    │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
    │
    ├ ID: RUSTSEC-2024-0384
    ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384
    ├ This crate is no longer maintained, and the author recommends using the maintained [`web-time`] crate instead.
      
      [`web-time`]: https://crates.io/crates/web-time
    ├ Solution: No safe upgrade is available!
    ├ instant v0.1.13
      ├── kiss3d v0.35.0
      │   └── urdf-viz v0.46.0
      │       └── urdf-viz-wasm v0.0.0
      ├── parking_lot v0.11.2
      │   ├── glutin v0.26.0
      │   │   └── kiss3d v0.35.0 (*)
      │   └── winit v0.24.0
      │       └── glutin v0.26.0 (*)
      ├── parking_lot_core v0.8.6
      │   └── parking_lot v0.11.2 (*)
      └── winit v0.24.0 (*)
```
@taiki-e taiki-e requested a review from OTL November 18, 2024 12:21
@taiki-e taiki-e enabled auto-merge (rebase) November 18, 2024 12:23
@taiki-e taiki-e merged commit b0c75b5 into main Nov 19, 2024
7 checks passed
@taiki-e taiki-e deleted the taiki-e/deny branch November 19, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants